home *** CD-ROM | disk | FTP | other *** search
/ Yellows - Privacy (Deluxe) / Akira Gomi Photographs - Yellows: Privacy (Deluxe) - Disc 1.iso / footage / 20.dxr / 00046.ls < prev    next >
Encoding:
Text File  |  1996-07-10  |  318 b   |  18 lines

  1. global ctime, mainpictlist
  2.  
  3. on exitFrame
  4.   if rollOver(13) then
  5.     cursor(134)
  6.     go(the frame)
  7.   else
  8.     set ctime to 0
  9.     cursor(-1)
  10.     if rollOver(38) then
  11.       go("8,movie")
  12.     else
  13.       set the member of sprite 8 to member getAt(mainpictlist, 2) of castLib "S20"
  14.       go("start")
  15.     end if
  16.   end if
  17. end
  18.